net/http.chunkWriter.chunking (field)
8 uses
net/http (current package)
server.go#L366: chunking bool // using chunked transfer encoding for reply body
server.go#L382: if cw.chunking {
server.go#L390: if cw.chunking && err == nil {
server.go#L410: if cw.chunking {
server.go#L614: if !w.cw.chunking && w.bodyAllowed() && w.req.Method != "HEAD" {
server.go#L1534: cw.chunking = false
server.go#L1540: cw.chunking = true
server.go#L1556: if cw.chunking {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)